What is ID token and refresh token?
I'm trying to understand the concept of ID token and refresh token. Could someone explain what they are and how they work in the context of authentication and authorization?
Do I need to use refresh token?
I'm wondering if it's necessary for me to use a refresh token in my current situation. I'm trying to figure out the best way to handle authentication and want to know if using a refresh token is the right approach.
How long should a refresh token last?
I am trying to implement authentication in my application and I'm using refresh tokens. I want to know the ideal duration for which a refresh token should be valid.
Why do you need a refresh token?
I'm wondering why a refresh token is necessary. What's the purpose of having it and how does it differ from other types of tokens used for authentication?
How to decode a refresh token?
I'm trying to figure out how to decode a refresh token. I need to understand its contents for debugging purposes, but I'm not sure where to start or what tools to use.